home *** CD-ROM | disk | FTP | other *** search
/ Mega Game 2000 #3 / Mega Game № 03 2000.iso / Data / Mainmenu.dxr / Script_1_startMovie.ls < prev    next >
Encoding:
Text File  |  2000-02-15  |  423 b   |  18 lines

  1. global stateSound, nameSoundFon, counterTimeOut, bannerMG
  2.  
  3. on startMovie
  4.   NewsInit()
  5.   nameSoundFon = "snd_Fon_Main"
  6.   cursor([member("cur_4"), member("cur_4_m")])
  7.   sprite(19).visible = 0
  8.   if stateSound = 1 then
  9.     set the member of sprite 69 to "sound_on"
  10.     puppetSound(2, 0)
  11.     puppetSound(1, 0)
  12.     puppetSound(1, nameSoundFon)
  13.     updateStage()
  14.   else
  15.     set the member of sprite 69 to "sound_off"
  16.   end if
  17. end
  18.